runtime.dbgVar.def (field)
9 uses
runtime (current package)
runtime1.go#L299: def int32 // default value (ideally zero)
runtime1.go#L375: {name: "containermaxprocs", value: &debug.containermaxprocs, def: 1},
runtime1.go#L377: {name: "decoratemappings", value: &debug.decoratemappings, def: 1},
runtime1.go#L392: {name: "profstackdepth", value: &debug.profstackdepth, def: 128},
runtime1.go#L401: {name: "tracebacklabels", atomic: &debug.tracebacklabels, def: 0},
runtime1.go#L403: {name: "updatemaxprocs", value: &debug.updatemaxprocs, def: 1},
runtime1.go#L426: if v.def != 0 {
runtime1.go#L429: *v.value = v.def
runtime1.go#L431: v.atomic.Store(v.def)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |